home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / WORDMISC / WRITTOOL.LZH / LL-CLCL.DOC < prev    next >
Text File  |  1986-12-22  |  636b  |  21 lines

  1. -------------------------------------------------------------------------------
  2.  LL-CLCL
  3. -------------------------------------------------------------------------------
  4. Summary:
  5.  
  6.      LL-CLCL [< filename] 
  7.  
  8. LL-CLCL is a text filter that takes a file with missing carriage returns and 
  9. adds the carriage returns on the right places.  In effect, this solves the ^J
  10. problem when viewing WordStar files and files from mainframe system.
  11.  
  12. Examples:
  13.  
  14. Prepare the file named UNIX.TXT for MS-DOS.
  15.  
  16.      ll-clcl < unix.txt > msdos.txt
  17.  
  18. Clean out WordStar automatic linefeed characters.
  19.  
  20.      ll-clcl <wordstar.fil > ascii.fil
  21.